The DatabaseTables Collection is a collection of DatabaseTable objects. A DatabaseTable object exists for every database object (for example, table, query, stored procedure, etc.) accessed by the report. Access a specific DatabaseTable Object in the collection using the Item property.
Property | Description | Read/Write | Restriction in event handler |
---|---|---|---|
Long. Gets the number of database objects in the collection. | |||
DatabaseTable Object. Item has an index parameter that is a numeric, 1 | |||
Database Object. Reference to the parent object. |
Instead of using the Item property as shown, you can reference a table directly (for example, DatabaseTable(1)).
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |